home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / demos / vvictor / vvdemo.dir / 00612.ls < prev    next >
Encoding:
Text File  |  1996-08-22  |  156 b   |  9 lines

  1. on exitFrame
  2.   global TAX1, TOTAL1
  3.   set TAX1 to 0
  4.   put 0 into field "tax"
  5.   put "5.00" into field "SHIP"
  6.   put 1 into field "COPIES"
  7.   clearGlobals()
  8. end
  9.